YARN-11913: Remove deprecated properties from yarn-default.xml#8149
Closed
cnauroth wants to merge 1 commit intoapache:trunkfrom
Closed
YARN-11913: Remove deprecated properties from yarn-default.xml#8149cnauroth wants to merge 1 commit intoapache:trunkfrom
cnauroth wants to merge 1 commit intoapache:trunkfrom
Conversation
1 task
|
💔 -1 overall
This message was automatically generated. |
slfan1989
approved these changes
Dec 29, 2025
4 tasks
Closes apache#8149 Signed-off-by: Shilun Fan <slfan1989@apache.org>
Contributor
Author
|
I pushed up a new test to make sure there are no deprecated properties remaining in yarn-default.xml, similar to suggestions on #8148 . |
|
💔 -1 overall
This message was automatically generated. |
Contributor
Author
|
The build failure is an unrelated pre-existing problem on trunk that I'm trying to fix in #8150 . |
cnauroth
commented
Jan 2, 2026
Contributor
Author
cnauroth
left a comment
There was a problem hiding this comment.
@slfan1989 , are you also still +1 for this one too? This also has a new unit test added after your last review.
Contributor
LGTM. Thanks for submitting this PR to address the issue! |
aajisaka
approved these changes
Jan 5, 2026
Contributor
Author
|
I committed this to trunk. @slfan1989 and @aajisaka , thank you for the reviews. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
Recent trunk changes now produce more assertive warnings about use of deprecated configuration properties. With some of these deprecated properties included in yarn-default.xml, that means every process launched logs the warnings. Remove them from core-default.xml to avoid these warnings. (Note that this does not take the step of actually removing the code that uses the deprecated properties. They'll continue to work. We just don't want warnings logged by default if the user didn't specifically use these properties.)
How was this patch tested?
Build the distro:
Verify the command above no longer produces deprecation warnings.
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?